void draw(int nleveldrop=0);
Parameter | Type | Description |
---|---|---|
nleveldrop | int | number of levels of detail to drop on draw (0 for full detail) |
None
This function draws the patch using triangle strips.
The current patch level of detail can be dropped by the nleveldrop
parameter.